* cus-edit.el (custom-buffer-create-internal): Fix search button action.
authorChong Yidong <cyd@gnu.org>
Sat, 28 Jan 2012 01:17:42 +0000 (09:17 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 28 Jan 2012 01:17:42 +0000 (09:17 +0800)
lisp/ChangeLog
lisp/cus-edit.el

index ca90e51c2900c448e43b8067ea0270eb2d481a8f..4feaf8b4d89fa6ef8d71c2441edd21c74838d53d 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-28  Chong Yidong  <cyd@gnu.org>
+
+       * cus-edit.el (custom-buffer-create-internal): Fix search button
+       action (Bug#10542).
+
 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
 
        * dired.el (dired-mark-files-regexp):
index 419ab88056ab14853dd0243aa9417b7463c01c7b..dc8abb68bb85baf92a9ab2832fee896d36364ebb 100644 (file)
@@ -1637,7 +1637,7 @@ Otherwise use brackets."
         :tag " Search "
         :help-echo echo :action
         (lambda (widget &optional _event)
-          (customize-apropos (widget-value (widget-get widget :parent)))))
+          (customize-apropos (split-string (widget-value (widget-get widget :parent))))))
        (widget-insert "\n")))
 
     ;; The custom command buttons are also in the toolbar, so for a